home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #214 (1993)(Rhein-Sieg-Soft).zip / Franz PD Disk #214 (1993)(Rhein-Sieg-Soft).adf / DRAFU_DEMO / DRAFU_DEU / DRAFU_ARexxDemo.rx < prev    next >
Text File  |  1993-01-10  |  595b  |  35 lines

  1. /* DRAFU_ARexxDemo.rx V0.80, (c) 1992 by Andreas R. Kleinert */
  2.  
  3. address command
  4.  
  5. Run "DRAFU -Mode=H4"
  6.  
  7. say ""
  8. say "ARexx : Achtung ! DRAFU wurde gestartet !"
  9.  
  10. wait 2
  11.  
  12. say "ARexx : DRAFU wird jetzt veranlasst, MemoPad.dfu einzuladen !"
  13.  
  14. address 'DRAFU.rx' "LOAD=MemoPad.dfu"
  15.  
  16. wait 2
  17.  
  18. say "ARexx : Jetzt speichert DRAFU einen MemoPad in ARexxDemo.dfu ab !"
  19.  
  20. address 'DRAFU.rx' "SAVE=ARexxDemo.dfu"
  21.  
  22. wait 2
  23.  
  24. say "ARexx : Jetzt speichert DRAFU den Bildschirm in DRAFU_ILBM.pic ab !"
  25.  
  26. address 'DRAFU.rx' "SAVE_ILBM=DRAFU_ILBM.Pic"
  27.  
  28. wait 2
  29.  
  30. say "ARexx : Das war's !"
  31.  
  32. address 'DRAFU.rx' "QUIT"
  33.  
  34. exit
  35.